home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
commadio
/
freespch
/
varitale.lzh
/
RESTORE.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-06-14
|
520b
|
18 lines
ECHO OFF
CLS
ECHO ║ ┌─────────────────────────────┐
ECHO ║ │ ╓── ╓─┐ ╥ ┬ ─╥─ ╥ ╓─┐ ╥─┐ ┬ │
ECHO ║ │ ╙── ╟─┤ ╙─┘ ╨ ╨ ╙─┘ ╨ └─┘ │
ECHO ║ └─────────────────────────────┘
ECHO ║
ECHO ║ This command restores the VariTale files from the copies you
ECHO ║ made with the BACK command. This will wipe out the current
ECHO ║ files with the backup files.
ECHO ║
QUERY Restore VariTale files? (Y/N) @YN
IF ERRORLEVEL 2 GOTO NORE
COPY BACK\VARI*.VTB
COPY BACK\VARI*.TOC
COPY BACK\VARITAL*.LST
:NORE